home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Object.dxr / 00108.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  164 b   |  12 lines

  1. on enterFrame
  2.   hilitebuttons(3, 6)
  3.   mci("status movie mode wait")
  4.   if the result = "stopped" then
  5.     stopvideo()
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   go(the frame)
  11. end
  12.